MSVC 2010+ builds: Do not explicitly use /LTCG
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 12 Nov 2015 07:53:47 +0000 (15:53 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 12 Nov 2015 07:53:47 +0000 (15:53 +0800)
commit97b44e02a9e6eb1d258d48b13561a1eef79a4099
tree5d7008620e789a0fa3b142f4f865282005b5d03a
parent51dc4873fd8b4d4f14f902870b6110dd70a224e3
MSVC 2010+ builds: Do not explicitly use /LTCG

This partially reverts de16a4e.

As we now ensure that items using GResources and GConstructors are always
referenced so that the linker does not optimize them out in a default
Release build, we no longer need to enforce the use of /LTCG, so
/LTCG:incremental will work as well.
build/win32/vs10/broadwayd.vcxprojin
build/win32/vs10/gailutil-3.vcxprojin
build/win32/vs10/gdk-3.vcxprojin
build/win32/vs10/gtk-3.vcxprojin
build/win32/vs10/gtk-encode-symbolic-svg.vcxproj
build/win32/vs10/gtk3-demo-application.vcxprojin
build/win32/vs10/gtk3-demo.vcxprojin
build/win32/vs10/gtk3-icon-browser.vcxprojin